Kaydet (Commit) d52e22f6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS obo05 (1.8.46); FILE MERGED

2006/06/07 12:34:29 obo 1.8.46.1: #i53611# port for .net 2005
üst 4755ef21
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: nodechangeinfo.hxx,v $ * $RCSfile: nodechangeinfo.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 03:51:50 $ * last change: $Author: vg $ $Date: 2006-09-25 12:49:10 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -267,6 +267,7 @@ namespace configmgr ...@@ -267,6 +267,7 @@ namespace configmgr
} }
} }
#if !defined(WNT) || (defined(WNT) && _MSC_VER < 1400)
namespace std namespace std
{ {
template <> template <>
...@@ -274,5 +275,6 @@ namespace std ...@@ -274,5 +275,6 @@ namespace std
void swap(configmgr::configuration::NodeChangesInformation& lhs, configmgr::configuration::NodeChangesInformation& rhs) void swap(configmgr::configuration::NodeChangesInformation& lhs, configmgr::configuration::NodeChangesInformation& rhs)
{ lhs.swap(rhs); } { lhs.swap(rhs); }
} }
#endif
#endif // CONFIGMGR_CONFIGCHANGEINFO_HXX_ #endif // CONFIGMGR_CONFIGCHANGEINFO_HXX_
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