summaryrefslogtreecommitdiff
path: root/cpp/src/slice2vb/Gen.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
committerMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
commite012bfcd0c32c6fd185890aedb5f17e69da8870e (patch)
tree28dd15cd1a91ee0a244078487ed0d7b799364504 /cpp/src/slice2vb/Gen.cpp
parentadding AMI tests (diff)
downloadice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.bz2
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.xz
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.zip
Connection.ice
Diffstat (limited to 'cpp/src/slice2vb/Gen.cpp')
-rwxr-xr-xcpp/src/slice2vb/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2vb/Gen.cpp b/cpp/src/slice2vb/Gen.cpp
index 3e860fd0922..e7b138d69fe 100755
--- a/cpp/src/slice2vb/Gen.cpp
+++ b/cpp/src/slice2vb/Gen.cpp
@@ -3884,7 +3884,7 @@ Slice::Gen::DispatcherVisitor::DispatcherVisitor(::IceUtil::Output &out)
bool
Slice::Gen::DispatcherVisitor::visitModuleStart(const ModulePtr& p)
{
- if(!p->hasNonLocalInterfaceDefs())
+ if(!p->hasNonLocalClassDecls())
{
return false;
}