Change the name of the multiple inclusion protection define, so it doesn't
authorHans Petter Jansson <hpj@novell.com>
Mon, 31 Jan 2005 23:07:29 +0000 (23:07 +0000)
committerHans Petter <hansp@src.gnome.org>
Mon, 31 Jan 2005 23:07:29 +0000 (23:07 +0000)
2005-01-31  Hans Petter Jansson  <hpj@novell.com>

        * idl/Evolution-DataServer-Calendar.idl: Change the name of the
        multiple inclusion protection define, so it doesn't conflict with
        that in Evolution proper.

calendar/ChangeLog
calendar/idl/Evolution-DataServer-Calendar.idl

index 4bf17ef..5794a08 100644 (file)
@@ -1,5 +1,11 @@
 2005-01-31  Hans Petter Jansson  <hpj@novell.com>
 
+       * idl/Evolution-DataServer-Calendar.idl: Change the name of the
+       multiple inclusion protection define, so it doesn't conflict with
+       that in Evolution proper.
+
+2005-01-31  Hans Petter Jansson  <hpj@novell.com>
+
        * backends/file/Makefile.am:
        * backends/weather/Makefile.am:
        * backends/http/Makefile.am:
index 76d8af1..76f418c 100644 (file)
@@ -8,8 +8,8 @@
  *          Federico Mena-Quintero <federico@ximian.com>
  */
 
-#ifndef _EVOLUTION_CALENDAR_IDL_
-#define _EVOLUTION_CALENDAR_IDL_
+#ifndef _EVOLUTION_DATASERVER_CALENDAR_IDL_
+#define _EVOLUTION_DATASERVER_CALENDAR_IDL_
 
 #include <Bonobo.idl>