~dynamite-a-d/ubuntu/precise/cmake/fix-for-972419

« back to all changes in this revision

Viewing changes to Source/cmSourceFile.h

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-11-13 02:16:34 UTC
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101113021634-hsdooj6tr1q3tf0l
Tags: upstream-2.8.3
ImportĀ upstreamĀ versionĀ 2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
   * horrible interface, but is necessary for backwards
61
61
   * compatibility).
62
62
   */
63
 
  std::string const& GetFullPath();
 
63
  std::string const& GetFullPath(std::string* error = 0);
64
64
  std::string const& GetFullPath() const;
65
65
 
66
66
  /**
108
108
  std::string FullPath;
109
109
  bool FindFullPathFailed;
110
110
 
111
 
  bool FindFullPath();
 
111
  bool FindFullPath(std::string* error);
112
112
  bool TryFullPath(const char* tryPath, const char* ext);
113
113
  void CheckExtension();
114
114
  void CheckLanguage(std::string const& ext);