X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fshared_memory.cpp;h=c26a09c52b627e6449574d956c628fd30e0a84c5;hb=a54f32a87a6ef8e4cdd43e92f28e3aa23a0b4198;hp=4dab6191bba01b2298100bdf616bedf7706f9a62;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/application/shared_memory.cpp b/nucleus/library/application/shared_memory.cpp index 4dab6191..c26a09c5 100644 --- a/nucleus/library/application/shared_memory.cpp +++ b/nucleus/library/application/shared_memory.cpp @@ -53,7 +53,7 @@ shared_memory::shared_memory(int size, const char *identity) _identity(new astring(identity)), _size(size) { -// FUNCDEF("constructor"); + FUNCDEF("constructor"); bool first_use = false; // assume already existing until told otherwise. _locking->lock(); // force all others to wait on our finishing creation. #ifdef __UNIX__