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:
parent
6f706cff82
commit
e4b5d8357f
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _CACHEDFACTORY_H_
|
#ifndef LOKI_CACHEDFACTORY_H_
|
||||||
#define _CACHEDFACTORY_H_
|
#define LOKI_CACHEDFACTORY_H_
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _KEY_H_
|
#ifndef LOKI_KEY_H_
|
||||||
#define _KEY_H_
|
#define LOKI_KEY_H_
|
||||||
|
|
||||||
#include <loki/Factory.h>
|
#include <loki/Factory.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue