Changeset 785 for trunk/Source/System/Cluster/Base/OSGRenderNode.cpp
- Timestamp:
- 06/14/07 03:06:44 (1 year ago)
- Files:
-
- trunk/Source/System/Cluster/Base/OSGRenderNode.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/OSGRenderNode.cpp
r562 r785 574 574 return (vw * vh * c) / t; 575 575 } 576 577 /*-------------------------------------------------------------------------*/578 /* cvs id's */579 580 #ifdef __sgi581 #pragma set woff 1174582 #endif583 #ifdef OSG_LINUX_ICC584 #pragma warning(disable : 177)585 #endif586 587 namespace588 {589 static Char8 cvsid_cpp[] = "@(#)$Id$";590 static Char8 cvsid_hpp[] = OSG_CLUSTERNODE_HEADER_CVSID;591 static Char8 cvsid_inl[] = OSG_CLUSTERNODE_INLINE_CVSID;592 }
