~holger-seelig/titania/0.8

« back to all changes in this revision

Viewing changes to libtitania-x3d/Titania/X3D/InputOutput/GoldenGate.cpp

  • Committer: Holger Seelig
  • Date: 2015-04-15 09:56:12 UTC
  • Revision ID: holger.seelig@yahoo.de-20150415095612-p7trw5j5gs96g1oo
Renamed x3d2vrml to titania-x3d2vrml to make it more clear that it is only a helper program of Titania.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
void
131
131
golden_x3d (const X3DScenePtr & scene, const basic::uri & uri, basic::ifilestream && istream)
132
132
{
133
 
        static const std::string x3d2vrml = "x3d2vrml";
 
133
        static const std::string x3d2vrml = "titania-x3d2vrml";
134
134
 
135
135
        // Parse into stream.
136
136