summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-16 17:08:02 +0000
committerDavid Robillard <d@drobilla.net>2008-03-16 17:08:02 +0000
commitbd1705d2c595cd93d17f582171067cde162390d2 (patch)
tree1d246074bced07c9b1c0fe9b8eb8f054fa0c9882 /src
parent9b24c3ac59cd0a394672689aa82b6845628626cb (diff)
downloadpatchage-bd1705d2c595cd93d17f582171067cde162390d2.tar.gz
patchage-bd1705d2c595cd93d17f582171067cde162390d2.tar.bz2
patchage-bd1705d2c595cd93d17f582171067cde162390d2.zip
Fix inclusion guards.
git-svn-id: http://svn.drobilla.net/lad/patchage@1168 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/AlsaDriver.hpp6
-rw-r--r--src/Driver.hpp6
-rw-r--r--src/GladeFile.hpp6
-rw-r--r--src/JackDbusDriver.hpp7
-rw-r--r--src/JackDriver.hpp6
-rw-r--r--src/JackSettingsDialog.hpp6
-rw-r--r--src/LashDriver.hpp6
-rw-r--r--src/Patchage.hpp6
-rw-r--r--src/PatchageCanvas.hpp6
-rw-r--r--src/PatchageEvent.hpp6
-rw-r--r--src/PatchageModule.hpp6
-rw-r--r--src/PatchagePort.hpp6
-rw-r--r--src/StateManager.hpp6
-rw-r--r--src/Widget.hpp6
14 files changed, 42 insertions, 43 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 5f97d47..fb919eb 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef ALSADRIVER_H
-#define ALSADRIVER_H
+#ifndef PATCHAGE_ALSADRIVER_HPP
+#define PATCHAGE_ALSADRIVER_HPP
#include <iostream>
#include <alsa/asoundlib.h>
@@ -75,4 +75,4 @@ private:
pthread_t _refresh_thread;
};
-#endif // ALSADRIVER_H
+#endif // PATCHAGE_ALSADRIVER_HPP
diff --git a/src/Driver.hpp b/src/Driver.hpp
index 0f1255e..678fdbe 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef DRIVER_H
-#define DRIVER_H
+#ifndef PATCHAGE_DRIVER_HPP
+#define PATCHAGE_DRIVER_HPP
#include <boost/shared_ptr.hpp>
#include <sigc++/sigc++.h>
@@ -67,5 +67,5 @@ protected:
};
-#endif // DRIVER_H
+#endif // PATCHAGE_DRIVER_HPP
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index ad334f1..c0051f7 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef GLADEFILE_HPP
-#define GLADEFILE_HPP
+#ifndef PATCHAGE_GLADEFILE_HPP
+#define PATCHAGE_GLADEFILE_HPP
#include <string>
#include <fstream>
@@ -48,4 +48,4 @@ public:
}
};
-#endif // GLADEFILE_HPP
+#endif // PATCHAGE_GLADEFILE_HPP
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index 3a5ccea..cc57695 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++ ; indent-tabs-mode: t -*-
/* This file is part of Patchage.
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
@@ -16,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef JACKDBUSDRIVER_HPP__B02CBCEF_31D6_4546_9457_C7DF6D6B0300__INCLUDED
-#define JACKDBUSDRIVER_HPP__B02CBCEF_31D6_4546_9457_C7DF6D6B0300__INCLUDED
+#ifndef PATCHAGE_JACKDBUSDRIVER_HPP
+#define PATCHAGE_JACKDBUSDRIVER_HPP
#include <iostream>
#include <boost/shared_ptr.hpp>
@@ -176,4 +175,4 @@ private:
float _max_dsp_load;
};
-#endif // #ifndef JACKDBUSDRIVER_HPP__B02CBCEF_31D6_4546_9457_C7DF6D6B0300__INCLUDED
+#endif // PATCHAGE_JACKDBUSDRIVER_HPP
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 6fc74d1..2ea7066 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef JACKDRIVER_H
-#define JACKDRIVER_H
+#ifndef PATCHAGE_JACKDRIVER_HPP
+#define PATCHAGE_JACKDRIVER_HPP
#include <iostream>
#include <boost/shared_ptr.hpp>
@@ -121,4 +121,4 @@ private:
};
-#endif // JACKDRIVER_H
+#endif // PATCHAGE_JACKDRIVER_HPP
diff --git a/src/JackSettingsDialog.hpp b/src/JackSettingsDialog.hpp
index b419d89..f26fa91 100644
--- a/src/JackSettingsDialog.hpp
+++ b/src/JackSettingsDialog.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef JACK_SETTINGS_DIALOG_H
-#define JACK_SETTINGS_DIALOG_H
+#ifndef PATCHAGE_JACK_SETTINGS_DIALOG_HPP
+#define PATCHAGE_JACK_SETTINGS_DIALOG_HPP
#include <libglademm/xml.h>
#include <libglademm.h>
@@ -80,5 +80,5 @@ private:
};
-#endif // JACK_SETTINGS_DIALOG_H
+#endif // PATCHAGE_JACK_SETTINGS_DIALOG_HPP
diff --git a/src/LashDriver.hpp b/src/LashDriver.hpp
index 7ece98f..ffe656c 100644
--- a/src/LashDriver.hpp
+++ b/src/LashDriver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef LASHDRIVER_H
-#define LASHDRIVER_H
+#ifndef PATCHAGE_LASHDRIVER_HPP
+#define PATCHAGE_LASHDRIVER_HPP
#include <lash/lash.h>
#include <raul/LashServerInterface.hpp>
@@ -79,4 +79,4 @@ private:
};
-#endif // LASHDRIVER_H
+#endif // PATCHAGE_LASHDRIVER_HPP
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 445de30..2f08d2b 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef PATCHAGE_H
-#define PATCHAGE_H
+#ifndef PATCHAGE_PATCHAGE_HPP
+#define PATCHAGE_PATCHAGE_HPP
#include <string>
#include <boost/shared_ptr.hpp>
@@ -151,4 +151,4 @@ protected:
Widget<Gtk::ToolButton> _zoom_normal_but;
};
-#endif // PATCHAGE_H
+#endif // PATCHAGE_PATCHAGE_HPP
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index c4ed127..8831414 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef PATCHAGECANVAS_H
-#define PATCHAGECANVAS_H
+#ifndef PATCHAGE_PATCHAGECANVAS_HPP
+#define PATCHAGE_PATCHAGECANVAS_HPP
#include CONFIG_H_PATH
#include <string>
@@ -55,4 +55,4 @@ private:
};
-#endif // PATCHAGECANVAS_H
+#endif // PATCHAGE_PATCHAGECANVAS_HPP
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 3fe0623..c13244c 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef PATCHAGEEVENT_H
-#define PATCHAGEEVENT_H
+#ifndef PATCHAGE_PATCHAGEEVENT_HPP
+#define PATCHAGE_PATCHAGEEVENT_HPP
#include <jack/jack.h>
#include CONFIG_H_PATH
@@ -104,5 +104,5 @@ private:
};
-#endif // PATCHAGEEVENT_H
+#endif // PATCHAGE_PATCHAGEEVENT_HPP
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index b06efc0..8828fcc 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef PATCHAGEMODULE_H
-#define PATCHAGEMODULE_H
+#ifndef PATCHAGE_PATCHAGEMODULE_HPP
+#define PATCHAGE_PATCHAGEMODULE_HPP
#include <string>
#include <libgnomecanvasmm.h>
@@ -109,4 +109,4 @@ protected:
};
-#endif // PATCHAGEMODULE_H
+#endif // PATCHAGE_PATCHAGEMODULE_HPP
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index 82efe3e..31dcbd2 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef PATCHAGEPORT_H
-#define PATCHAGEPORT_H
+#ifndef PATCHAGE_PATCHAGEPORT_HPP
+#define PATCHAGE_PATCHAGEPORT_HPP
#include CONFIG_H_PATH
#include <string>
@@ -71,4 +71,4 @@ private:
};
-#endif // PATCHAGEPORT_H
+#endif // PATCHAGE_PATCHAGEPORT_HPP
diff --git a/src/StateManager.hpp b/src/StateManager.hpp
index 63676a6..757c2e9 100644
--- a/src/StateManager.hpp
+++ b/src/StateManager.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef STATEMANAGER_H
-#define STATEMANAGER_H
+#ifndef PATCHAGE_STATEMANAGER_HPP
+#define PATCHAGE_STATEMANAGER_HPP
#include <string>
#include <list>
@@ -66,4 +66,4 @@ private:
};
-#endif // STATEMANAGER_H
+#endif // PATCHAGE_STATEMANAGER_HPP
diff --git a/src/Widget.hpp b/src/Widget.hpp
index 4fea89a..7d03922 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -15,8 +15,8 @@
* with Patchage. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WIDGET_HPP
-#define WIDGET_HPP
+#ifndef PATCHAGE_WIDGET_HPP
+#define PATCHAGE_WIDGET_HPP
#include <string>
#include <boost/utility.hpp>
@@ -42,4 +42,4 @@ private:
};
-#endif // WIDGET_HPP
+#endif // PATCHAGE_WIDGET_HPP