add CachedFactory: use LOKI_ macros

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@723 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-16 10:32:04 +00:00
parent 6f706cff82
commit e4b5d8357f
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#ifndef _CACHEDFACTORY_H_
#define _CACHEDFACTORY_H_
#ifndef LOKI_CACHEDFACTORY_H_
#define LOKI_CACHEDFACTORY_H_
#include <vector>
#include <iterator>

View file

@ -18,8 +18,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#ifndef _KEY_H_
#define _KEY_H_
#ifndef LOKI_KEY_H_
#define LOKI_KEY_H_
#include <loki/Factory.h>