Commit 49683487 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander Trofimov

Временно исправлена проблема с двумя одинаковыми классами POLE.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62399 954022d7-b5bf-4e40-9824-e11837661b57
parent 9a8c021a
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <vector> #include <vector>
#include "util.hpp" #include "util.hpp"
namespace POLE namespace POLE2
{ {
template<typename _> template<typename _>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "util.hpp" #include "util.hpp"
#include <cstring> #include <cstring>
namespace POLE namespace POLE2
{ {
template<typename _> template<typename _>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "alloctable.hpp" #include "alloctable.hpp"
#include <cstring> #include <cstring>
namespace POLE namespace POLE2
{ {
template<typename _> template<typename _>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "../../../../../DesktopEditor/common/File.h" #include "../../../../../DesktopEditor/common/File.h"
namespace POLE namespace POLE2
{ {
template<typename _> template<typename _>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "storage.hpp" #include "storage.hpp"
namespace POLE namespace POLE2
{ {
template<typename _> template<typename _>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
// util header // util header
#pragma once #pragma once
namespace POLE namespace POLE2
{ {
typedef unsigned char ULONG8; typedef unsigned char ULONG8;
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
THE POSSIBILITY OF SUCH DAMAGE. THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef POLE_H #ifndef POLE2_H
#define POLE_H #define POLE2_H
#pragma once #pragma once
#include "./detail/stream.hpp" #include "./detail/stream.hpp"
namespace POLE namespace POLE2
{ {
class Stream; class Stream;
......
...@@ -360,7 +360,7 @@ namespace OOX ...@@ -360,7 +360,7 @@ namespace OOX
{ {
return type().DefaultFileName(); return type().DefaultFileName();
} }
const CPath& GetReadPath() const CPath GetReadPath()
{ {
return m_sFilename; return m_sFilename;
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "String.h" #include "String.h"
#include "OutputDev.h" #include "OutputDev.h"
using namespace POLE; using namespace POLE2;
namespace MathEquation namespace MathEquation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment