From bb1c49dfa484db080938cff6f8f70167c9026a1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 19:26:47 +0000 Subject: Consistently rename all C++ files .cpp/.hpp. Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/ingen@613 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/DisconnectNodeEvent.cpp | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/libs/engine/events/DisconnectNodeEvent.cpp') diff --git a/src/libs/engine/events/DisconnectNodeEvent.cpp b/src/libs/engine/events/DisconnectNodeEvent.cpp index bc97dff4..abdad386 100644 --- a/src/libs/engine/events/DisconnectNodeEvent.cpp +++ b/src/libs/engine/events/DisconnectNodeEvent.cpp @@ -15,24 +15,24 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "DisconnectNodeEvent.h" +#include "DisconnectNodeEvent.hpp" #include -#include -#include -#include -#include "interface/Responder.h" -#include "Engine.h" -#include "Node.h" -#include "Connection.h" -#include "DisconnectionEvent.h" -#include "Port.h" -#include "InputPort.h" -#include "OutputPort.h" -#include "Patch.h" -#include "ClientBroadcaster.h" -#include "util.h" -#include "ObjectStore.h" -#include +#include +#include +#include +#include "interface/Responder.hpp" +#include "Engine.hpp" +#include "Node.hpp" +#include "Connection.hpp" +#include "DisconnectionEvent.hpp" +#include "Port.hpp" +#include "InputPort.hpp" +#include "OutputPort.hpp" +#include "Patch.hpp" +#include "ClientBroadcaster.hpp" +#include "util.hpp" +#include "ObjectStore.hpp" +#include using std::cerr; using std::endl; -- cgit v1.2.1