CMXFutureIndex Class Reference

#include <cmxexdc.h>

Inheritance diagram for CMXFutureIndex:

CMXFutureUpdater CCObject SimpleCCObject List of all members.

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)

Detailed Description

Definition at line 190 of file cmxexdc.h.


Member Function Documentation

CMXFutureIndex::CC_DECLARE_DYNAMIC CMXFutureIndex   )  [private]
 

BOOL CMXFutureIndex::Write CMXExportDC pDC  )  [virtual]
 

writes the index to the file. The index is the current file position.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
21/06/96
Parameters:
export dc [INPUTS]
Returns:
none
See also:

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 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:52:38 2007 for Camelot by  doxygen 1.4.4