Index: ipc/ipc_message_null_macros.h |
=================================================================== |
--- ipc/ipc_message_null_macros.h (revision 110851) |
+++ ipc/ipc_message_null_macros.h (working copy) |
@@ -7,6 +7,7 @@ |
// NULL out all the macros that need NULLing, so that multiple includes of |
// the XXXX_messages_internal.h files will not generate noise. |
#undef IPC_STRUCT_BEGIN |
+#undef IPC_STRUCT_BEGIN_WITH_PARENT |
#undef IPC_STRUCT_MEMBER |
#undef IPC_STRUCT_END |
#undef IPC_STRUCT_TRAITS_BEGIN |
@@ -17,6 +18,7 @@ |
#undef IPC_MESSAGE_DECL |
#define IPC_STRUCT_BEGIN(struct_name) |
+#define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) |
#define IPC_STRUCT_MEMBER(type, name) |
#define IPC_STRUCT_END() |
#define IPC_STRUCT_TRAITS_BEGIN(struct_name) |