From 0e51a88e4649a33783b7f83d51f867001acb1e1d Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 14 Nov 2009 17:33:18 +0000 Subject: [PATCH] fixes --- direct/src/distributed/direct.dc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/direct/src/distributed/direct.dc b/direct/src/distributed/direct.dc index 5fd6ba3023..6468d91b29 100644 --- a/direct/src/distributed/direct.dc +++ b/direct/src/distributed/direct.dc @@ -1,7 +1,7 @@ -# This is a sample dc file for some of the classes defined within the -# direct source tree. It is suggested that you copy this file into -# your own project (or load it from the direct source tree) and build -# on it with your own dc file for your own classes. +// This is a sample dc file for some of the classes defined within the +// direct source tree. It is suggested that you copy this file into +// your own project (or load it from the direct source tree) and build +// on it with your own dc file for your own classes. keyword broadcast; keyword ram; @@ -26,6 +26,7 @@ dclass DistributedObject { // (Actually, you probably don't care anyway.) setBarrierData(BarrierData data[]) broadcast ram; setBarrierReady(uint16 context); + setLocation(uint32 parentId, uint32 zoneId) broadcast ram; }; dclass TimeManager: DistributedObject {