diff options
author | xue <> | 2006-12-03 22:57:44 +0000 |
---|---|---|
committer | xue <> | 2006-12-03 22:57:44 +0000 |
commit | f76f11a2cb228b4161bd84d9856c148cb49f1bd7 (patch) | |
tree | 306e9ae7062484b22d1601337bb5cf3026d3df4e /framework/Exceptions | |
parent | 503cdec992e78bf4180fa720800b9d3a3bc551e2 (diff) |
added cache dependency classes.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index dcd3c749..d176b5f7 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -363,3 +363,6 @@ dbcommand_query_failed = TDbCommand failed to execute the query SQL: {0} dbcommand_column_empty = TDbCommand returned an empty result and could not obtain the scalar.
dbdatareader_rewind_invalid = TDbDataReader is a forward-only stream. It can only be traversed once.
dbtransaction_transaction_inactive = TDbTransaction is inactive.
+
+directorycachedependency_directory_invalid = TDirectoryCacheDependency.Directory {0} does not refer to a valid directory.
+cachedependencylist_cachedependency_required = Only objects implementing ICacheDependency can be added into TCacheDependencyList.
\ No newline at end of file |