[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "filename" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Mar 11 16:36:33 CST 2011
branch "filename" has been updated
via 3647c1bbdbc25f25d3d4c1cd866944977f25601e (commit)
from 004bf0ed5de341a3a3212fb21b5d1987fbb3e2ea (commit)
Summary of changes:
server/src/LoggingServer.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3647c1bbdbc25f25d3d4c1cd866944977f25601e
Author: Mark Michelson <mmichelson at digium.com>
Date: Fri Mar 11 16:36:14 2011 -0600
Push logging server changes.
diff --git a/server/src/LoggingServer.h b/server/src/LoggingServer.h
index 9adce20..8c0d805 100644
--- a/server/src/LoggingServer.h
+++ b/server/src/LoggingServer.h
@@ -78,7 +78,6 @@ public:
ASTERISK_SCF_ICEBOX_EXPORT void configure(const boost::shared_ptr<ChainedLogOut>& out, const ServerConfigurationListenerPrx& configurationListener, const Ice::PropertiesPtr& props);
- void replaceLogOut(const boost::shared_ptr<ChainedLogOut> &out);
void removeLogOut(const boost::shared_ptr<ChainedLogOut> &out);
void addLogOut(const boost::shared_ptr<ChainedLogOut> &out);
void clearLogsOut();
@@ -107,6 +106,8 @@ private:
std::vector<boost::shared_ptr<ChainedLogOut> > mLogsOut;
};
+typedef boost::shared_ptr<LoggingServerI> LoggingServerIPtr;
+
} // Logging
} // System
} // AsteriskSCF
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list