Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include "stdafx.h"
#include "objects.h"
#include "maindoc.h"
/***********************************************************
Function: Arguments: Return: Purpose: Author(s): Revision: Date: ***********************************************************/ COleDsPrintJob::COleDsPrintJob( ) { }
/***********************************************************
Function: Arguments: Return: Purpose: Author(s): Revision: Date: ***********************************************************/ COleDsPrintJob::COleDsPrintJob( IUnknown *pIUnk): COleDsObject( pIUnk ) { m_bHasChildren = FALSE; }
/***********************************************************
Function: Arguments: Return: Purpose: Author(s): Revision: Date: ***********************************************************/ COleDsPrintJob::~COleDsPrintJob( ) {
}
/***********************************************************
Function: Arguments: Return: Purpose: Author(s): Revision: Date: ***********************************************************/ HRESULT COleDsPrintJob::ReleaseIfNotTransient( void ) { return S_OK; }
|