perfsrv/memspy/MemSpyClient/inc/memspyapiserver.h
changeset 55 f2950aff7424
parent 48 516af714ebb4
equal deleted inserted replaced
48:516af714ebb4 55:f2950aff7424
    31 	static CMemSpyApiServer* NewL(const TMemSpyServerData& aData);
    31 	static CMemSpyApiServer* NewL(const TMemSpyServerData& aData);
    32 
    32 
    33 	static CMemSpyApiServer* NewLC(const TMemSpyServerData& aData);
    33 	static CMemSpyApiServer* NewLC(const TMemSpyServerData& aData);
    34 	
    34 	
    35 public:
    35 public:
    36 	IMPORT_C TProcessId Id() const;
    36 	IMPORT_C TProcessId ProcessId() const;
       
    37 	
       
    38 	IMPORT_C TThreadId ThreadId() const;
    37 	
    39 	
    38 	IMPORT_C const TDesC& Name() const;	
    40 	IMPORT_C const TDesC& Name() const;	
    39 	
    41 	
    40 	IMPORT_C TInt SessionCount() const;
    42 	IMPORT_C TInt SessionCount() const;
    41 	
    43