Changeset 42673 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Aug 8, 2012 8:07:09 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79873
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r42643 r42673 275 275 { 276 276 /** Helper function to extract the data from 277 * a guest stream block. */ 278 int From(const GuestProcessStreamBlock &strmBlk); 277 * a certin VBoxService tool's guest stream block. */ 278 int FromLs(const GuestProcessStreamBlock &strmBlk); 279 int FromStat(const GuestProcessStreamBlock &strmBlk); 279 280 280 281 int64_t mAccessTime; … … 365 366 public: 366 367 367 void Clear( );368 void Clear(void); 368 369 369 370 #ifdef DEBUG 370 void Dump ();371 void DumpToLog(void) const; 371 372 #endif 372 373 … … 382 383 383 384 uint32_t GetUInt32(const char *pszKey) const; 385 386 bool IsEmpty(void) { return m_mapPairs.empty(); } 384 387 385 388 int SetValue(const char *pszKey, const char *pszValue);
Note:
See TracChangeset
for help on using the changeset viewer.