summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server/ccs_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccapi/server/ccs_server.c')
-rw-r--r--src/ccapi/server/ccs_server.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ccapi/server/ccs_server.c b/src/ccapi/server/ccs_server.c
index 2a4cb0f7b..5954d661c 100644
--- a/src/ccapi/server/ccs_server.c
+++ b/src/ccapi/server/ccs_server.c
@@ -1,7 +1,7 @@
/*
* $Header$
*
- * Copyright 2006 Massachusetts Institute of Technology.
+ * Copyright 2006, 2007 Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
@@ -70,7 +70,9 @@ int main (int argc, const char *argv[])
return cci_check_error (err) ? 1 : 0;
}
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
/* ------------------------------------------------------------------------ */
@@ -80,7 +82,9 @@ cc_int32 ccs_server_new_identifier (cci_identifier_t *out_identifier)
g_server_id));
}
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
/* ------------------------------------------------------------------------ */
@@ -192,7 +196,9 @@ cc_int32 ccs_server_client_is_valid (ccs_pipe_t in_client_pipe,
return cci_check_error (err);
}
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
/* ------------------------------------------------------------------------ */
@@ -297,7 +303,9 @@ static cc_int32 ccs_server_request_demux (ccs_pipe_t in_client_pipe
return cci_check_error (err);
}
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
/* ------------------------------------------------------------------------ */