From f76f11a2cb228b4161bd84d9856c148cb49f1bd7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 3 Dec 2006 22:57:44 +0000 Subject: added cache dependency classes. --- framework/Exceptions/messages.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Exceptions') 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 -- cgit v1.2.3