memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h
changeset 20 a71a3e32a2ae
parent 0 a03f92240627
child 30 86a2e675b80a
--- a/memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h	Mon May 03 13:58:41 2010 +0300
+++ b/memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h	Thu May 13 23:59:27 2010 +0300
@@ -60,11 +60,12 @@
     {
 public:
     IMPORT_C static CMemSpyEngine* NewL( RFs& aFsSession );
+    IMPORT_C static CMemSpyEngine* NewL( RFs& aFsSession, TBool aStartServer );
     IMPORT_C ~CMemSpyEngine();
 
 private:
     CMemSpyEngine();
-    void ConstructL( RFs& aFsSession );
+    void ConstructL( RFs& aFsSession, TBool aStartServer );
 
 public: // API
     IMPORT_C RFs& FsSession();