diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 15:25:56 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 15:25:56 +0200 |
| commit | 8f9a5b76761885e908df60af1d0a9d3146b7689c (patch) | |
| tree | 3c7d235e9516eafa5ac9202498c28f513fa5ba80 /src | |
| parent | 3008b32dd0f78b0b2c09e05a7b47080c7cb75d38 (diff) | |
| download | abrt-8f9a5b76761885e908df60af1d0a9d3146b7689c.tar.gz abrt-8f9a5b76761885e908df60af1d0a9d3146b7689c.tar.xz abrt-8f9a5b76761885e908df60af1d0a9d3146b7689c.zip | |
move to_string() helper to abrtlib.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/CommLayerServer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Daemon/CommLayerServer.h b/src/Daemon/CommLayerServer.h index afc9ecf..b8ed7e1 100644 --- a/src/Daemon/CommLayerServer.h +++ b/src/Daemon/CommLayerServer.h @@ -9,17 +9,6 @@ #include "Observer.h" #include "CrashTypes.h" -/* just a helper function */ -template< class T > -std::string -to_string( T x ) -{ - std::ostringstream o; - o << x; - return o.str(); -} - - class CCommLayerServer { protected: CObserver *m_pObserver; |
