#pragma once #include "V8Tree/Service.h" namespace RBX { namespace Network { extern const char* const sGuidRegistryService; class GuidRegistryService : public DescribedNonCreatable , public Service { public: boost::intrusive_ptr::Registry> const registry; GuidRegistryService(void); ~GuidRegistryService(void); }; } }