ソースを参照

If integration is not supported, throw an exception with a reference

to the INSTALL file.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@88 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 11年前
コミット
5c09d40683

+ 8
- 1
SNF_CS_Developer_Package/SNFUtility/SNFServerConfig/SendmailIntegrate.cpp ファイルの表示

if (!IntegrationIsSupported) { if (!IntegrationIsSupported) {
return;
std::ostringstream Temp;
Temp << "Integration with sendmail is not supported on this platform. "
<< "Please see " << DOC_DIR << "/INSTALL for instructions for manual "
<< "integration with sendmail.";
throw std::runtime_error(Temp.str());
} }

読み込み中…
キャンセル
保存