blob: 47e5dcb10a65457b1a18bc9667f6f90b9ed75410 [file] [log] [blame]
/*
* Device.h
*
* Created on: Mar 8, 2011
* Author: Anis Kadri
*/
#ifndef DEVICE_H_
#define DEVICE_H_
#include "CordovaCommand.h"
#include <FSystem.h>
using namespace Osp::System;
class Device: public CordovaCommand {
public:
Device();
Device(Web* pWeb);
virtual ~Device();
public:
result SetDeviceInfo();
virtual void Run(const String& command);
};
#endif /* DEVICE_H_ */