- Timestamp:
- 05/27/08 08:20:01 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.cpp
r1198 r1250 305 305 "NULL", 306 306 0, 307 (PrototypeCreateF) &ClusterWindowBase::createEmptyLocal,307 reinterpret_cast<PrototypeCreateF>(&ClusterWindowBase::createEmptyLocal), 308 308 ClusterWindow::initMethod, 309 309 ClusterWindow::exitMethod, 310 (InitalInsertDescFunc) &ClusterWindowBase::classDescInserter,310 reinterpret_cast<InitalInsertDescFunc>(&ClusterWindowBase::classDescInserter), 311 311 false, 312 312 0,
