summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Glacier2/FilterManager.h1
-rw-r--r--cpp/src/Glacier2/RequestQueue.cpp1
-rw-r--r--cpp/src/Glacier2Lib/Glacier2.rc1
-rw-r--r--cpp/src/Ice/ConnectionFactory.cpp1
-rw-r--r--cpp/src/Ice/FactoryTable.cpp2
-rw-r--r--cpp/src/Ice/FactoryTableInit.cpp1
-rw-r--r--cpp/src/Ice/HashUtil.h1
-rw-r--r--cpp/src/Ice/LocalObject.cpp1
-rw-r--r--cpp/src/Ice/MetricsObserverI.cpp1
-rw-r--r--cpp/src/Ice/PropertyNames.cpp1
-rw-r--r--cpp/src/Ice/ProtocolInstance.cpp1
-rw-r--r--cpp/src/Ice/RetryQueue.h1
-rwxr-xr-xcpp/src/Ice/TcpAcceptor.cpp1
-rw-r--r--cpp/src/Ice/TcpAcceptor.h1
-rw-r--r--cpp/src/Ice/Transceiver.cpp1
-rw-r--r--cpp/src/IceBT/StreamSocket.h1
-rw-r--r--cpp/src/IceBox/Exception.cpp1
-rw-r--r--cpp/src/IceBox/Service.cpp1
-rw-r--r--cpp/src/IceBox/ServiceManagerI.cpp1
-rw-r--r--cpp/src/IceDB/Makefile.mk1
-rw-r--r--cpp/src/IceGrid/AdminCallbackRouter.cpp1
-rw-r--r--cpp/src/IceGrid/AdminI.cpp1
-rw-r--r--cpp/src/IceGrid/AdminSessionI.cpp1
-rw-r--r--cpp/src/IceGrid/Allocatable.cpp1
-rw-r--r--cpp/src/IceGrid/AllocatableObjectCache.cpp1
-rw-r--r--cpp/src/IceGrid/FileCache.cpp1
-rw-r--r--cpp/src/IceGrid/Internal.ice1
-rw-r--r--cpp/src/IceGrid/LocatorRegistryI.cpp1
-rw-r--r--cpp/src/IceGrid/NodeAdminRouter.cpp1
-rw-r--r--cpp/src/IceGrid/NodeI.cpp1
-rw-r--r--cpp/src/IceGrid/NodeSessionI.cpp1
-rw-r--r--cpp/src/IceGrid/NodeSessionManager.cpp1
-rw-r--r--cpp/src/IceGrid/ReplicaSessionManager.cpp1
-rw-r--r--cpp/src/IceGrid/SessionI.cpp1
-rw-r--r--cpp/src/IceGrid/WaitQueue.cpp1
-rw-r--r--cpp/src/IceSSL/EndpointI.cpp1
-rwxr-xr-xcpp/src/IceSSL/PluginI.cpp1
-rw-r--r--cpp/src/IceStorm/IceStormInternal.ice1
-rw-r--r--cpp/src/IceStorm/InstrumentationI.cpp1
-rw-r--r--cpp/src/IceStorm/LLURecord.ice1
-rw-r--r--cpp/src/IceStorm/Service.cpp1
-rw-r--r--cpp/src/IceStorm/SubscriberRecord.ice1
42 files changed, 0 insertions, 43 deletions
diff --git a/cpp/src/Glacier2/FilterManager.h b/cpp/src/Glacier2/FilterManager.h
index f7afe95dc03..f76537a0fa2 100644
--- a/cpp/src/Glacier2/FilterManager.h
+++ b/cpp/src/Glacier2/FilterManager.h
@@ -86,4 +86,3 @@ private:
};
#endif /* FILTER_MANAGER_H */
-
diff --git a/cpp/src/Glacier2/RequestQueue.cpp b/cpp/src/Glacier2/RequestQueue.cpp
index 6d1a4875850..ffd6f21861b 100644
--- a/cpp/src/Glacier2/RequestQueue.cpp
+++ b/cpp/src/Glacier2/RequestQueue.cpp
@@ -570,4 +570,3 @@ Glacier2::RequestQueueThread::run()
}
}
}
-
diff --git a/cpp/src/Glacier2Lib/Glacier2.rc b/cpp/src/Glacier2Lib/Glacier2.rc
index 450677e0604..e38e636ef09 100644
--- a/cpp/src/Glacier2Lib/Glacier2.rc
+++ b/cpp/src/Glacier2Lib/Glacier2.rc
@@ -31,4 +31,3 @@ BEGIN
VALUE "Translation", 0x409, 1252
END
END
-
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp
index 0858c97a556..b8e6b03651b 100644
--- a/cpp/src/Ice/ConnectionFactory.cpp
+++ b/cpp/src/Ice/ConnectionFactory.cpp
@@ -1845,4 +1845,3 @@ IceInternal::IncomingConnectionFactory::closeAcceptor()
_instance->timer()->schedule(ICE_MAKE_SHARED(StartAcceptor, ICE_SHARED_FROM_THIS), IceUtil::Time::seconds(1));
}
}
-
diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp
index d14d55fe649..0780954b635 100644
--- a/cpp/src/Ice/FactoryTable.cpp
+++ b/cpp/src/Ice/FactoryTable.cpp
@@ -165,5 +165,3 @@ IceInternal::FactoryTable::removeTypeId(int compactId)
}
}
}
-
-
diff --git a/cpp/src/Ice/FactoryTableInit.cpp b/cpp/src/Ice/FactoryTableInit.cpp
index 65f2c876afa..cdc0cdfda54 100644
--- a/cpp/src/Ice/FactoryTableInit.cpp
+++ b/cpp/src/Ice/FactoryTableInit.cpp
@@ -92,4 +92,3 @@ IceInternal::CompactIdInit::~CompactIdInit()
{
factoryTable->removeTypeId(_compactId);
}
-
diff --git a/cpp/src/Ice/HashUtil.h b/cpp/src/Ice/HashUtil.h
index 4f9edbb854e..1bf84d2a897 100644
--- a/cpp/src/Ice/HashUtil.h
+++ b/cpp/src/Ice/HashUtil.h
@@ -56,4 +56,3 @@ hashAdd(Ice::Int& hashCode, const std::map<K, V>& map)
}
#endif
-
diff --git a/cpp/src/Ice/LocalObject.cpp b/cpp/src/Ice/LocalObject.cpp
index 1098a594ae6..55374d58a6c 100644
--- a/cpp/src/Ice/LocalObject.cpp
+++ b/cpp/src/Ice/LocalObject.cpp
@@ -26,4 +26,3 @@ Ice::LocalObject::operator<(const LocalObject& r) const
{
return this < &r;
}
-
diff --git a/cpp/src/Ice/MetricsObserverI.cpp b/cpp/src/Ice/MetricsObserverI.cpp
index fa4df95e083..2b0f8311c39 100644
--- a/cpp/src/Ice/MetricsObserverI.cpp
+++ b/cpp/src/Ice/MetricsObserverI.cpp
@@ -11,4 +11,3 @@
#include <Ice/Connection.h>
#include <Ice/Endpoint.h>
-
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp
index 19d052ae2d7..256efdd7913 100644
--- a/cpp/src/Ice/PropertyNames.cpp
+++ b/cpp/src/Ice/PropertyNames.cpp
@@ -1341,4 +1341,3 @@ const char* IceInternal::PropertyNames::clPropNames[] =
"Freeze",
0
};
-
diff --git a/cpp/src/Ice/ProtocolInstance.cpp b/cpp/src/Ice/ProtocolInstance.cpp
index 43ed6b27bcc..98c75dc9bd2 100644
--- a/cpp/src/Ice/ProtocolInstance.cpp
+++ b/cpp/src/Ice/ProtocolInstance.cpp
@@ -134,4 +134,3 @@ IceInternal::ProtocolInstance::resolve(const string& host, int port, EndpointSel
{
_instance->endpointHostResolver()->resolve(host, port, type, endpt, cb);
}
-
diff --git a/cpp/src/Ice/RetryQueue.h b/cpp/src/Ice/RetryQueue.h
index 86e1511318a..21a4111b37f 100644
--- a/cpp/src/Ice/RetryQueue.h
+++ b/cpp/src/Ice/RetryQueue.h
@@ -70,4 +70,3 @@ private:
}
#endif
-
diff --git a/cpp/src/Ice/TcpAcceptor.cpp b/cpp/src/Ice/TcpAcceptor.cpp
index 2d48b27e571..643acf96eab 100755
--- a/cpp/src/Ice/TcpAcceptor.cpp
+++ b/cpp/src/Ice/TcpAcceptor.cpp
@@ -359,4 +359,3 @@ IceInternal::TcpAcceptor::~TcpAcceptor()
assert(_acceptFd == INVALID_SOCKET);
#endif
}
-
diff --git a/cpp/src/Ice/TcpAcceptor.h b/cpp/src/Ice/TcpAcceptor.h
index ee92512030a..b7747264f6e 100644
--- a/cpp/src/Ice/TcpAcceptor.h
+++ b/cpp/src/Ice/TcpAcceptor.h
@@ -72,4 +72,3 @@ private:
}
#endif
-
diff --git a/cpp/src/Ice/Transceiver.cpp b/cpp/src/Ice/Transceiver.cpp
index 7ce64323ab6..d866b2fb44a 100644
--- a/cpp/src/Ice/Transceiver.cpp
+++ b/cpp/src/Ice/Transceiver.cpp
@@ -21,4 +21,3 @@ IceInternal::Transceiver::bind()
assert(false);
return 0;
}
-
diff --git a/cpp/src/IceBT/StreamSocket.h b/cpp/src/IceBT/StreamSocket.h
index f2a8c8aa81d..e5062dfc9d1 100644
--- a/cpp/src/IceBT/StreamSocket.h
+++ b/cpp/src/IceBT/StreamSocket.h
@@ -56,4 +56,3 @@ typedef IceUtil::Handle<StreamSocket> StreamSocketPtr;
}
#endif
-
diff --git a/cpp/src/IceBox/Exception.cpp b/cpp/src/IceBox/Exception.cpp
index dd75f530200..473e09ade1f 100644
--- a/cpp/src/IceBox/Exception.cpp
+++ b/cpp/src/IceBox/Exception.cpp
@@ -17,4 +17,3 @@ IceBox::FailureException::ice_print(ostream& out) const
Exception::ice_print(out);
out << ":\nservice failure exception: " << reason;
}
-
diff --git a/cpp/src/IceBox/Service.cpp b/cpp/src/IceBox/Service.cpp
index f1989701db5..5e7f29cfe13 100644
--- a/cpp/src/IceBox/Service.cpp
+++ b/cpp/src/IceBox/Service.cpp
@@ -155,4 +155,3 @@ main(int argc, char* argv[])
initData.properties->setProperty("Ice.Admin.DelayCreation", "1");
return svc.main(argc, argv, initData);
}
-
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp
index 5e1f76adc87..2f027994814 100644
--- a/cpp/src/IceBox/ServiceManagerI.cpp
+++ b/cpp/src/IceBox/ServiceManagerI.cpp
@@ -1179,4 +1179,3 @@ IceBox::ServiceManagerI::removeAdminFacets(const string& prefix)
// Ignored
}
}
-
diff --git a/cpp/src/IceDB/Makefile.mk b/cpp/src/IceDB/Makefile.mk
index fa8e18825ed..480d3fa3dae 100644
--- a/cpp/src/IceDB/Makefile.mk
+++ b/cpp/src/IceDB/Makefile.mk
@@ -15,4 +15,3 @@ IceDB_libs := lmdb
IceDB_cppflags := -DICE_DB_API_EXPORTS
projects += $(project)
-
diff --git a/cpp/src/IceGrid/AdminCallbackRouter.cpp b/cpp/src/IceGrid/AdminCallbackRouter.cpp
index 4af6d299dbc..21191b06954 100644
--- a/cpp/src/IceGrid/AdminCallbackRouter.cpp
+++ b/cpp/src/IceGrid/AdminCallbackRouter.cpp
@@ -85,4 +85,3 @@ IceGrid::AdminCallbackRouter::ice_invoke_async(const AMD_Object_ice_invokePtr& c
&AdminCallbackRouter::invokeException),
cb);
}
-
diff --git a/cpp/src/IceGrid/AdminI.cpp b/cpp/src/IceGrid/AdminI.cpp
index 228f238efee..344fa0a1876 100644
--- a/cpp/src/IceGrid/AdminI.cpp
+++ b/cpp/src/IceGrid/AdminI.cpp
@@ -994,4 +994,3 @@ AdminI::checkIsReadOnly() const
throw ex;
}
}
-
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp
index 03e8fdde2cd..7f598c2223e 100644
--- a/cpp/src/IceGrid/AdminSessionI.cpp
+++ b/cpp/src/IceGrid/AdminSessionI.cpp
@@ -606,4 +606,3 @@ AdminSSLSessionManagerI::create(const Glacier2::SSLInfo& info,
return _factory->createGlacier2Session(userDN, ctl);
}
-
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp
index a2979e1a883..608a3e30c87 100644
--- a/cpp/src/IceGrid/Allocatable.cpp
+++ b/cpp/src/IceGrid/Allocatable.cpp
@@ -532,4 +532,3 @@ Allocatable::allocateFromChild(const AllocationRequestPtr& request,
}
return allocationCount > 0;
}
-
diff --git a/cpp/src/IceGrid/AllocatableObjectCache.cpp b/cpp/src/IceGrid/AllocatableObjectCache.cpp
index 2a6e719b88b..5913dac2ae6 100644
--- a/cpp/src/IceGrid/AllocatableObjectCache.cpp
+++ b/cpp/src/IceGrid/AllocatableObjectCache.cpp
@@ -408,4 +408,3 @@ AllocatableObjectEntry::canTryAllocate()
{
return _cache.canTryAllocate(this);
}
-
diff --git a/cpp/src/IceGrid/FileCache.cpp b/cpp/src/IceGrid/FileCache.cpp
index 395a54d051c..e32d1fb2ea7 100644
--- a/cpp/src/IceGrid/FileCache.cpp
+++ b/cpp/src/IceGrid/FileCache.cpp
@@ -215,4 +215,3 @@ FileCache::read(const string& file, Ice::Long offset, int size, Ice::Long& newOf
return is.eof();
}
-
diff --git a/cpp/src/IceGrid/Internal.ice b/cpp/src/IceGrid/Internal.ice
index 0f078bf6bf6..f136dd99564 100644
--- a/cpp/src/IceGrid/Internal.ice
+++ b/cpp/src/IceGrid/Internal.ice
@@ -805,4 +805,3 @@ interface InternalRegistry extends FileReader
}
-
diff --git a/cpp/src/IceGrid/LocatorRegistryI.cpp b/cpp/src/IceGrid/LocatorRegistryI.cpp
index 8564d44942e..2a5a3c7a85b 100644
--- a/cpp/src/IceGrid/LocatorRegistryI.cpp
+++ b/cpp/src/IceGrid/LocatorRegistryI.cpp
@@ -476,4 +476,3 @@ LocatorRegistryI::getTraceLevels() const
{
return _database->getTraceLevels();
}
-
diff --git a/cpp/src/IceGrid/NodeAdminRouter.cpp b/cpp/src/IceGrid/NodeAdminRouter.cpp
index 5100c8c9880..8f3e1a5ddc4 100644
--- a/cpp/src/IceGrid/NodeAdminRouter.cpp
+++ b/cpp/src/IceGrid/NodeAdminRouter.cpp
@@ -73,4 +73,3 @@ IceGrid::NodeServerAdminRouter::ice_invoke_async(const AMD_Object_ice_invokePtr&
invokeOnTarget(target, cb, inParams, current);
}
-
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp
index e6a8f772a9b..b5e6d7ad2f5 100644
--- a/cpp/src/IceGrid/NodeI.cpp
+++ b/cpp/src/IceGrid/NodeI.cpp
@@ -1509,4 +1509,3 @@ NodeI::destroyServer(const AMD_Node_destroyServerPtr& amdCB,
command->execute();
}
}
-
diff --git a/cpp/src/IceGrid/NodeSessionI.cpp b/cpp/src/IceGrid/NodeSessionI.cpp
index 645c3bb51c9..87558adfb9c 100644
--- a/cpp/src/IceGrid/NodeSessionI.cpp
+++ b/cpp/src/IceGrid/NodeSessionI.cpp
@@ -443,4 +443,3 @@ NodeSessionI::removeFeedback(const PatcherFeedbackPtr& feedback, const Ice::Iden
_feedbacks.erase(feedback);
}
}
-
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp
index c1231f5d6de..281c32cfacf 100644
--- a/cpp/src/IceGrid/NodeSessionManager.cpp
+++ b/cpp/src/IceGrid/NodeSessionManager.cpp
@@ -674,4 +674,3 @@ NodeSessionManager::createdSession(const NodeSessionPrx& session)
(*p)->waitTryCreateSession(timeout);
}
}
-
diff --git a/cpp/src/IceGrid/ReplicaSessionManager.cpp b/cpp/src/IceGrid/ReplicaSessionManager.cpp
index 8ed21322979..655bd26c441 100644
--- a/cpp/src/IceGrid/ReplicaSessionManager.cpp
+++ b/cpp/src/IceGrid/ReplicaSessionManager.cpp
@@ -669,4 +669,3 @@ ReplicaSessionManager::destroySession(const ReplicaSessionPrx& session)
_observer = 0;
}
}
-
diff --git a/cpp/src/IceGrid/SessionI.cpp b/cpp/src/IceGrid/SessionI.cpp
index 4cecfef3bf2..52f880936e1 100644
--- a/cpp/src/IceGrid/SessionI.cpp
+++ b/cpp/src/IceGrid/SessionI.cpp
@@ -403,4 +403,3 @@ ClientSSLSessionManagerI::create(const Glacier2::SSLInfo& info,
return _factory->createGlacier2Session(userDN, ctl);
}
-
diff --git a/cpp/src/IceGrid/WaitQueue.cpp b/cpp/src/IceGrid/WaitQueue.cpp
index a714b515965..53c3f99d2b9 100644
--- a/cpp/src/IceGrid/WaitQueue.cpp
+++ b/cpp/src/IceGrid/WaitQueue.cpp
@@ -178,4 +178,3 @@ WaitQueue::remove(const WaitItemPtr& item)
}
return false;
}
-
diff --git a/cpp/src/IceSSL/EndpointI.cpp b/cpp/src/IceSSL/EndpointI.cpp
index 099818f8fbc..f4917973c63 100644
--- a/cpp/src/IceSSL/EndpointI.cpp
+++ b/cpp/src/IceSSL/EndpointI.cpp
@@ -375,4 +375,3 @@ IceSSL::EndpointFactoryI::readWithUnderlying(const IceInternal::EndpointIPtr& un
{
return ICE_MAKE_SHARED(EndpointI, _instance, underlying);
}
-
diff --git a/cpp/src/IceSSL/PluginI.cpp b/cpp/src/IceSSL/PluginI.cpp
index c12b3f9098e..74da15291b8 100755
--- a/cpp/src/IceSSL/PluginI.cpp
+++ b/cpp/src/IceSSL/PluginI.cpp
@@ -135,4 +135,3 @@ ICEregisterIceSSL(bool loadOnInitialize)
{
Ice::registerIceSSL(loadOnInitialize);
}
-
diff --git a/cpp/src/IceStorm/IceStormInternal.ice b/cpp/src/IceStorm/IceStormInternal.ice
index 450ffe44c4f..cd2884e6f0c 100644
--- a/cpp/src/IceStorm/IceStormInternal.ice
+++ b/cpp/src/IceStorm/IceStormInternal.ice
@@ -122,4 +122,3 @@ interface TopicManagerInternal extends TopicManager
}
} // End module IceStorm
-
diff --git a/cpp/src/IceStorm/InstrumentationI.cpp b/cpp/src/IceStorm/InstrumentationI.cpp
index 15dd423e250..29112c87853 100644
--- a/cpp/src/IceStorm/InstrumentationI.cpp
+++ b/cpp/src/IceStorm/InstrumentationI.cpp
@@ -373,4 +373,3 @@ TopicManagerObserverI::getSubscriberObserver(const string& svc,
}
return 0;
}
-
diff --git a/cpp/src/IceStorm/LLURecord.ice b/cpp/src/IceStorm/LLURecord.ice
index 345faa804a3..1f33e2c7c62 100644
--- a/cpp/src/IceStorm/LLURecord.ice
+++ b/cpp/src/IceStorm/LLURecord.ice
@@ -24,4 +24,3 @@ struct LogUpdate
}
}
-
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp
index 02b7f6336f5..5844e9853f8 100644
--- a/cpp/src/IceStorm/Service.cpp
+++ b/cpp/src/IceStorm/Service.cpp
@@ -573,4 +573,3 @@ ServiceI::validateProperties(const string& name, const PropertiesPtr& properties
}
}
}
-
diff --git a/cpp/src/IceStorm/SubscriberRecord.ice b/cpp/src/IceStorm/SubscriberRecord.ice
index 94f15664f57..a7624d9247e 100644
--- a/cpp/src/IceStorm/SubscriberRecord.ice
+++ b/cpp/src/IceStorm/SubscriberRecord.ice
@@ -66,4 +66,3 @@ struct SubscriberRecord
sequence<SubscriberRecord> SubscriberRecordSeq;
} // End module IceStorm
-