summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-31 15:22:27 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-31 15:22:27 +0000
commitf51706c11f62e06c9398522bf126a0ad476a8007 (patch)
treeee271cd22d363bba53c4368f658c25ccb35601e3 /cpp/src/slice2java/Gen.cpp
parentWIN32 updates. (diff)
downloadice-f51706c11f62e06c9398522bf126a0ad476a8007.tar.bz2
ice-f51706c11f62e06c9398522bf126a0ad476a8007.tar.xz
ice-f51706c11f62e06c9398522bf126a0ad476a8007.zip
minor reformat of comment.
Diffstat (limited to 'cpp/src/slice2java/Gen.cpp')
-rw-r--r--cpp/src/slice2java/Gen.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/cpp/src/slice2java/Gen.cpp b/cpp/src/slice2java/Gen.cpp
index f2ed551fd4a..7914181c8e0 100644
--- a/cpp/src/slice2java/Gen.cpp
+++ b/cpp/src/slice2java/Gen.cpp
@@ -475,8 +475,9 @@ Slice::JavaVisitor::writeThrowsClause(const string& scope,
ExceptionList::size_type localCount = 0;
//
- // MSVC gets confused if ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used
- // hence the exceptionIsLocal function.
+ // MSVC gets confused if
+ // ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used hence
+ // the exceptionIsLocal function.
//
localCount = count_if(throws.begin(), throws.end(), exceptionIsLocal);
@@ -1176,7 +1177,8 @@ Slice::JavaVisitor::writeDispatch(Output& out, const ClassDefPtr& p)
throws.unique();
//
- // MSVC gets confused if ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used
+ // MSVC gets confused if
+ // ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used
// hence the exceptionIsLocal function.
//
remove_if(throws.begin(), throws.end(), exceptionIsLocal);
@@ -3076,7 +3078,8 @@ Slice::Gen::DelegateMVisitor::visitClassDefStart(const ClassDefPtr& p)
throws.unique();
//
- // MSVC gets confused if ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used
+ // MSVC gets confused if
+ // ::IceUtil::memFun(&::Slice::Exception::isLocal)); is used
// hence the exceptionIsLocal function.
//
remove_if(throws.begin(), throws.end(), exceptionIsLocal);