core/src/command_factory.h
changeset 69 849a0b46c767
parent 0 7f656887cf89
child 78 b3ffff030d5c
equal deleted inserted replaced
68:6a26ca985d90 69:849a0b46c767
    56 	mutable RMutex iLock;
    56 	mutable RMutex iLock;
    57 	RPointerArray<CCommandConstructorBase> iCommands;
    57 	RPointerArray<CCommandConstructorBase> iCommands;
    58 	TDriveList iDriveList;
    58 	TDriveList iDriveList;
    59 	TBool iFileSystemScanned;
    59 	TBool iFileSystemScanned;
    60 	TBool iFailedToScanFileSystem;
    60 	TBool iFailedToScanFileSystem;
       
    61 	TThreadId iFactoryThreadId; // The one the CCommandFactory active object lives in
       
    62 	RAllocator* iFactoryAllocator;
    61 	};
    63 	};
    62 
    64 
    63 
    65 
    64 #endif // __COMMAND_FACTORY_H__
    66 #endif // __COMMAND_FACTORY_H__