[hydra-commits] kpfleming: branch ice/slice-preserving-translators r591 - /ice/branches/slice...

SVN commits to the Hydra project hydra-commits at lists.digium.com
Mon Apr 26 10:05:52 CDT 2010


Author: kpfleming
Date: Mon Apr 26 10:05:52 2010
New Revision: 591

URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=591
Log:
use syntax consistent with the rest of the file


Modified:
    ice/branches/slice-preserving-translators/cpp/src/Slice/Parser.cpp

Modified: ice/branches/slice-preserving-translators/cpp/src/Slice/Parser.cpp
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/cpp/src/Slice/Parser.cpp?view=diff&rev=591&r1=590&r2=591
==============================================================================
--- ice/branches/slice-preserving-translators/cpp/src/Slice/Parser.cpp (original)
+++ ice/branches/slice-preserving-translators/cpp/src/Slice/Parser.cpp Mon Apr 26 10:05:52 2010
@@ -5760,7 +5760,7 @@
 // Checks to see if the metadata string appears somewhere in the hierarchy.
 //
 bool 
-::Slice::scanParentsMetaData(const ClassDefPtr& p, const std::string& tag, std::string& result)
+Slice::scanParentsMetaData(const ClassDefPtr& p, const std::string& tag, std::string& result)
 {
     ClassList parents = p->allBases();
     std::string value;
@@ -5776,7 +5776,7 @@
 }
 
 bool 
-::Slice::scanParentsMetaData(const ExceptionPtr& p, const std::string& tag, std::string& result)
+Slice::scanParentsMetaData(const ExceptionPtr& p, const std::string& tag, std::string& result)
 {
     ExceptionList parents = p->allBases();
     std::string value;





More information about the asterisk-scf-commits mailing list