You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/12/04 11:12:11 UTC

svn commit: r600867 - /incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp

Author: robbinspg
Date: Tue Dec  4 02:12:11 2007
New Revision: 600867

URL: http://svn.apache.org/viewvc?rev=600867&view=rev
Log:
Allow hyphen '-' in property names

Modified:
    incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp

Modified: incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp?rev=600867&r1=600866&r2=600867&view=diff
==============================================================================
--- incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp (original)
+++ incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/DataObjectImpl.cpp Tue Dec  4 02:12:11 2007
@@ -951,7 +951,7 @@
     //////////////////////////////////////////////////////////////////////
 
     const char* DataObjectImpl::templateString = 
-    " /abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=[]._#";
+    " /abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=[]._#-";
 
     char* DataObjectImpl::stripPath(const char* path)
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org