#include <cmxexdc.h>
Inheritance diagram for CMXFutureIndex:
Public Member Functions | |
BOOL | Write (CMXExportDC *pDC) |
writes the index to the file. The index is the current file position. | |
Private Member Functions | |
CC_DECLARE_DYNAMIC (CMXFutureIndex) |
Definition at line 190 of file cmxexdc.h.
|
|
|
writes the index to the file. The index is the current file position.
Implements CMXFutureUpdater. Definition at line 340 of file cmxexdc.cpp. 00341 { 00342 ERROR2IF(pDC == 0, FALSE, "No dc"); 00343 00344 return WriteValue(pDC, pDC->GetFilePosition()); 00345 }
|