mirror of https://github.com/Icinga/icinga2.git
Rename qstring.{cpp,hpp} to string.{cpp,hpp}
This commit is contained in:
parent
b18f57a745
commit
739cb43289
|
@ -27,9 +27,9 @@ set(base_SOURCES
|
|||
convert.cpp debuginfo.cpp dictionary.cpp dynamicobject.cpp dynamicobject.thpp dynamictype.cpp
|
||||
exception.cpp fifo.cpp filelogger.cpp filelogger.thpp logger.cpp logger.thpp
|
||||
netstring.cpp networkstream.cpp object.cpp objectlock.cpp process.cpp
|
||||
qstring.cpp ringbuffer.cpp scriptfunction.cpp scriptfunctionwrapper.cpp
|
||||
ringbuffer.cpp scriptfunction.cpp scriptfunctionwrapper.cpp
|
||||
scriptutils.cpp scriptvariable.cpp serializer.cpp socket.cpp stacktrace.cpp
|
||||
statsfunction.cpp stdiostream.cpp stream.cpp streamlogger.cpp streamlogger.thpp
|
||||
statsfunction.cpp stdiostream.cpp stream.cpp streamlogger.cpp streamlogger.thpp string.cpp
|
||||
sysloglogger.cpp sysloglogger.thpp tcpsocket.cpp threadpool.cpp timer.cpp
|
||||
tlsstream.cpp tlsutility.cpp type.cpp unixsocket.cpp utility.cpp value.cpp
|
||||
value-operators.cpp workqueue.cpp
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define CONTEXT_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <list>
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define DEBUGINFO_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/exception.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define EXCEPTION_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/stacktrace.hpp"
|
||||
#include "base/context.hpp"
|
||||
#include <sstream>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "base/netstring.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/debug.hpp"
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define NETSTRING_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/stream.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define REGISTRY_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <map>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define SCRIPTUTILS_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/array.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "base/stacktrace.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/utility.hpp"
|
||||
#include "base/initialize.hpp"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "base/stream.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include <boost/algorithm/string/trim.hpp>
|
||||
|
||||
using namespace icinga;
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/object.hpp"
|
||||
#include "base/string.hpp"
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
******************************************************************************/
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/value.hpp"
|
||||
#include <boost/algorithm/string/trim.hpp>
|
||||
#include <ostream>
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/object.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/exception.hpp"
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/bio.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define TYPE_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/object.hpp"
|
||||
#include "base/initialize.hpp"
|
||||
#include "base/utility.hpp"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define UTILITY_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <typeinfo>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/thread/tss.hpp>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define VALUE_H
|
||||
|
||||
#include "base/object.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <boost/variant/variant.hpp>
|
||||
#include <boost/variant/get.hpp>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTADDCOMMAND_H
|
||||
#define AGENTADDCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef BLACKANDWHITELISTCOMMAND_H
|
||||
#define BLACKANDWHITELISTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTLISTCOMMAND_H
|
||||
#define AGENTLISTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTREMOVECOMMAND_H
|
||||
#define AGENTREMOVECOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTSETCOMMAND_H
|
||||
#define AGENTSETCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTSETUPCOMMAND_H
|
||||
#define AGENTSETUPCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTUPDATECONFIGCOMMAND_H
|
||||
#define AGENTUPDATECONFIGCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef AGENTWIZARDCOMMAND_H
|
||||
#define AGENTWIZARDCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#define DAEMONCOMMAND_H
|
||||
|
||||
#include "base/clicommand.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include <vector>
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef FEATUREDISABLECOMMAND_H
|
||||
#define FEATUREDISABLECOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef FEATUREENABLECOMMAND_H
|
||||
#define FEATUREENABLECOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef FEATURELISTCOMMAND_H
|
||||
#define FEATURELISTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define FEATUREUTILITY_H
|
||||
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <vector>
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef OBJECTLISTCOMMAND_H
|
||||
#define OBJECTLISTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/dictionary.hpp"
|
||||
#include "base/array.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PKINEWCACOMMAND_H
|
||||
#define PKINEWCACOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PKINEWCERTCOMMAND_H
|
||||
#define PKINEWCERTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PKIREQUESTCOMMAND_H
|
||||
#define PKIREQUESTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PKISIGNCSRCOMMAND_H
|
||||
#define PKISIGNCSRCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PKITICKETCOMMAND_H
|
||||
#define PKITICKETCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef REPOSITORYOBJECTCOMMAND_H
|
||||
#define REPOSITORYOBJECTCOMMAND_H
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/clicommand.hpp"
|
||||
|
||||
namespace icinga
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "icinga/i2-icinga.hpp"
|
||||
#include "icinga/command.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <vector>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "icinga/i2-icinga.hpp"
|
||||
#include "icinga/checkresult.hpp"
|
||||
#include "base/dictionary.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define CASTFUNCS_H
|
||||
|
||||
#include "methods/i2-methods.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "base/netstring.hpp"
|
||||
#include "base/fifo.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
using namespace icinga;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "base/stdiostream.hpp"
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <sstream>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
******************************************************************************/
|
||||
|
||||
#include "base/qstring.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
|
|
Loading…
Reference in New Issue