Skip to content

Commit

Permalink
Ready to use swig.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcad committed Nov 7, 2011
1 parent 454453f commit 68e44ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions code/pkg_Core/Interface/Module/Cx_Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class Cx_Module : public Ix_Module
HMODULE SetModuleResourceHandle(HMODULE hResource);

private:
Cx_Module(const Cx_Module&);
void operator=(const Cx_Module&);

Ix_ObjectFactory* m_pFactory;
HMODULE m_hModule;
HMODULE m_hResource;
Expand Down
2 changes: 1 addition & 1 deletion code/pkg_Core/Interface/XComPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Cx_Ptr;
template <class IF_Type>
class Cx_Interface
{
typedef Cx_Interface<IF_Type> thisClass;
public:
typedef Cx_Interface<IF_Type> thisClass;
Cx_Interface(Ix_Object* pInterface = NULL)
: m_pInterface(copyi(pInterface))
{
Expand Down
4 changes: 2 additions & 2 deletions projects/msvc/vcproj/Win32DllTempl_vc80.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,11 @@
Name="Interface"
>
<File
RelativePath="..\..\..\code\pkg_Core\Interface\ClsID_Example.h"
RelativePath="..\..\..\code\pkg_Example\Interface\ClsID_Example.h"
>
</File>
<File
RelativePath="..\..\..\code\pkg_Core\Interface\Ix_Example.h"
RelativePath="..\..\..\code\pkg_Example\Interface\Ix_Example.h"
>
</File>
</Filter>
Expand Down
4 changes: 2 additions & 2 deletions projects/msvc/vcproj/Win32DllTempl_vc90.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,11 @@
Name="Interface"
>
<File
RelativePath="..\..\..\code\pkg_Core\Interface\ClsID_Example.h"
RelativePath="..\..\..\code\pkg_Example\Interface\ClsID_Example.h"
>
</File>
<File
RelativePath="..\..\..\code\pkg_Core\Interface\Ix_Example.h"
RelativePath="..\..\..\code\pkg_Example\Interface\Ix_Example.h"
>
</File>
</Filter>
Expand Down

0 comments on commit 68e44ec

Please sign in to comment.