Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8583/src/libopenvrml-gl/openvrml/gl
Modified Files:
Tag: OpenVRML-0_16-BRANCH
viewer.cpp
Log Message:
Explicitly qualify definitions from the global scope rather than enclose them in namespace blocks, consistent with the rest of OpenVRML.
Index: viewer.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -C2 -d -r1.43 -r1.43.2.1
*** viewer.cpp 25 Feb 2006 08:37:28 -0000 1.43
--- viewer.cpp 31 Aug 2006 06:30:33 -0000 1.43.2.1
***************
*** 343,355 ****
- namespace openvrml {
-
/**
* @brief OpenGL geometry renderer.
*/
- namespace gl {
/**
[...1958 lines suppressed...]
/**
! * @fn void viewer::set_timer(double interval)
*
* @brief Set a delay.
--- 4494,4498 ----
/**
! * @fn void openvrml::gl::viewer::set_timer(double interval)
*
* @brief Set a delay.
***************
*** 4473,4478 ****
* @param[in] interval milliseconds to delay.
*/
-
- } // namespace gl
-
- } // namespace openvrml
--- 4500,4501 ----
|