From 1758365dfbd8471fb6a523d751b865eb4fcc6db1 Mon Sep 17 00:00:00 2001 From: Claudio Scafuri <claudio.scafuri@elettra.eu> Date: Mon, 4 May 2020 08:56:16 +0200 Subject: [PATCH] clean compilation on 18.04 X86_64 --- src/ClassFactory.cpp | 1 - src/Snmp.cpp | 1 - src/SnmpClass.cpp | 1 - src/SnmpClient.cpp | 1 - src/SnmpClientClass.cpp | 1 - src/SnmpClientStateMachine.cpp | 1 - src/SnmpStateMachine.cpp | 1 - src/main.cpp | 1 - 8 files changed, 8 deletions(-) diff --git a/src/ClassFactory.cpp b/src/ClassFactory.cpp index 7151783..935c331 100644 --- a/src/ClassFactory.cpp +++ b/src/ClassFactory.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(Snmp::ClassFactory.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: ClassFactory.cpp,v 1.1.1.1 2014-04-15 08:04:23 alessio Exp $"; //============================================================================= // // file : ClassFactory.cpp diff --git a/src/Snmp.cpp b/src/Snmp.cpp index c055a85..352ec7e 100644 --- a/src/Snmp.cpp +++ b/src/Snmp.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(Snmp.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: Snmp.cpp,v 1.14 2017-09-26 09:50:43 alessandro.olivo Exp $"; //============================================================================= // // file : Snmp.cpp diff --git a/src/SnmpClass.cpp b/src/SnmpClass.cpp index 1101585..c581659 100644 --- a/src/SnmpClass.cpp +++ b/src/SnmpClass.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(SnmpClass.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: SnmpClass.cpp,v 1.7 2017-08-07 15:02:23 alessandro.olivo Exp $"; static const char *TagName = "Snmp $Name: $"; static const char *CvsPath = "$Source: /home/cvsadm/cvsroot/fermi/servers/snmp/src/SnmpClass.cpp,v $"; static const char *SvnPath = "$HeadURL: $"; diff --git a/src/SnmpClient.cpp b/src/SnmpClient.cpp index e169673..b78f0a1 100644 --- a/src/SnmpClient.cpp +++ b/src/SnmpClient.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(SnmpClient.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: SnmpClient.cpp,v 1.3 2018-05-22 12:10:39 alessio Exp $"; //============================================================================= // // file : SnmpClient.cpp diff --git a/src/SnmpClientClass.cpp b/src/SnmpClientClass.cpp index a4cb1fe..904e246 100644 --- a/src/SnmpClientClass.cpp +++ b/src/SnmpClientClass.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(SnmpClientClass.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: SnmpClientClass.cpp,v 1.3 2018-05-22 12:29:24 alessio Exp $"; static const char *TagName = "SnmpClient $Name: $"; static const char *CvsPath = "$Source: /home/cvsadm/cvsroot/fermi/servers/snmp/src/SnmpClientClass.cpp,v $"; static const char *SvnPath = "$HeadURL: $"; diff --git a/src/SnmpClientStateMachine.cpp b/src/SnmpClientStateMachine.cpp index 95cb5cb..03d2589 100644 --- a/src/SnmpClientStateMachine.cpp +++ b/src/SnmpClientStateMachine.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(SnmpClientStateMachine.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: SnmpClientStateMachine.cpp,v 1.1 2017-08-07 15:04:44 alessandro.olivo Exp $"; //============================================================================= // // file : SnmpClientStateMachine.cpp diff --git a/src/SnmpStateMachine.cpp b/src/SnmpStateMachine.cpp index 43f7f39..12e0ac6 100644 --- a/src/SnmpStateMachine.cpp +++ b/src/SnmpStateMachine.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(SnmpStateMachine.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: SnmpStateMachine.cpp,v 1.3 2017-09-26 09:50:43 alessandro.olivo Exp $"; //============================================================================= // // file : SnmpStateMachine.cpp diff --git a/src/main.cpp b/src/main.cpp index b420237..bfbeb95 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(Snmp::main.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: main.cpp,v 1.1.1.1 2014-04-15 08:04:23 alessio Exp $"; //============================================================================= // // file : main.cpp -- GitLab