add unix makefiles for docshell r=mcafee,paulmac. also changed IDL to C++ in the two .cpp files' emacs comments and added a newline at the end of them (files not built by default)

git-svn-id: svn://10.0.0.236/trunk@52492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
1999-11-02 03:43:10 +00:00
parent 0ab35801a3
commit 21d2358524
6 changed files with 181 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
@@ -82,4 +82,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath)
NS_ENSURE_SUCCESS(rv, rv);
return rv;
}
}