Revision: 8877
http://playerstage.svn.sourceforge.net/playerstage/?rev=8877&view=rev
Author: hsujohnhsu
Date: 2010-09-02 02:55:54 +0000 (Thu, 02 Sep 2010)
Log Message:
-----------
fix default deprecate message value
Modified Paths:
--------------
code/gazebo/branches/wg/server/Param.hh
Modified: code/gazebo/branches/wg/server/Param.hh
===================================================================
--- code/gazebo/branches/wg/server/Param.hh 2010-09-02 02:46:28 UTC (rev
8876)
+++ code/gazebo/branches/wg/server/Param.hh 2010-09-02 02:55:54 UTC (rev
8877)
@@ -85,7 +85,7 @@
class ParamT : public Param
{
/// \brief Constructor
- public: ParamT(std::string key, T defValue, int required, bool
deprecated=false, std::string deprecate_msg=NULL);
+ public: ParamT(std::string key, T defValue, int required, bool
deprecated=false, std::string deprecate_msg=std::string());
/// \brief Destructor
public: virtual ~ParamT();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit