~holger-seelig/titania/0.7.5

« back to all changes in this revision

Viewing changes to libtitania-x3d/Titania/X3D/Base/X3DObject.h

  • Committer: Holger Seelig
  • Date: 2014-10-24 07:22:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20141024072224-lur2kz2f6tm7li2u
Fixed fatal crash when importing nodes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
 
155
155
        ///  Extracts the value for this object from @a string with locale support.
156
156
        bool
157
 
        fromLocaleString (const std::string &, const std::locale &)
 
157
        fromLocaleString (const std::string &, const std::locale & = std::locale ())
158
158
        throw (Error <INVALID_X3D>,
159
159
               Error <NOT_SUPPORTED>,
160
160
               Error <INVALID_OPERATION_TIMING>,
166
166
 
167
167
        ///  Generates a string representation of this object with locale support.
168
168
        std::string
169
 
        toLocaleString (const std::locale &) const;
 
169
        toLocaleString (const std::locale & = std::locale ()) const;
170
170
 
171
171
        ///  Generates a string representation of this object in X3D XML Encoding.
172
172
        std::string