aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/corba-cal-factory.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-07-29 08:26:11 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-07-29 08:26:11 +0800
commit094deb7bca96f1dcf97952b93a7c4745cd799ebc (patch)
treef69e8fa8355218e37d08f0914f353a96da0b84fd /calendar/corba-cal-factory.c
parentc2c3a8ce6a51126ce0a5f368801b9af33372fb79 (diff)
downloadgsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.gz
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.bz2
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.lz
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.xz
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.zst
gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.zip
Lots of more work on the sync stuff. It works pretty well now.
Lots of more work on the sync stuff. It works pretty well now. I dont know why my pilot is not accepting the events I send to it though Miguel. svn path=/trunk/; revision=1040
Diffstat (limited to 'calendar/corba-cal-factory.c')
-rw-r--r--calendar/corba-cal-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/corba-cal-factory.c b/calendar/corba-cal-factory.c
index 49a2c5ac76..c10929376b 100644
--- a/calendar/corba-cal-factory.c
+++ b/calendar/corba-cal-factory.c
@@ -35,7 +35,7 @@ static GNOME_GenericFactory calendar_factory;
static CORBA_boolean
calendar_supports (PortableServer_Servant servant,
- const CORBA_char * obj_goad_id,
+ CORBA_char * obj_goad_id,
CORBA_Environment * ev)
{
if (strcmp (obj_goad_id, "IDL:GNOME:Calendar:Repository:1.0") == 0)
@@ -46,7 +46,7 @@ calendar_supports (PortableServer_Servant servant,
static CORBA_Object
calendar_create_object (PortableServer_Servant servant,
- const CORBA_char *goad_id,
+ CORBA_char *goad_id,
const GNOME_stringlist *params,
CORBA_Environment *ev)
{